Enable JPEG Encoder (jpegenc) Plugin Support for prop image#2010
Open
JaiShiv05 wants to merge 2 commits intoqualcomm-linux:masterfrom
Open
Enable JPEG Encoder (jpegenc) Plugin Support for prop image#2010JaiShiv05 wants to merge 2 commits intoqualcomm-linux:masterfrom
JaiShiv05 wants to merge 2 commits intoqualcomm-linux:masterfrom
Conversation
05aaac8 to
2727e96
Compare
| @@ -1 +1 @@ | |||
| PACKAGECONFIG:append = " camera-base qmmfsrc" | |||
| PACKAGECONFIG:append = " camera-base qmmfsrc jpegenc" | |||
Contributor
There was a problem hiding this comment.
Can you please add something on the commit explaining why this is done in dynamic-layers? To me it seems that it's because it depends on camera-service, could that be the reason?
lumag
requested changes
Apr 21, 2026
Contributor
lumag
left a comment
There was a problem hiding this comment.
Why is this separate from qmmfsrc plugin? Can we have a single config for all CamX plugins?
2727e96 to
3f45ad1
Compare
Contributor
Author
Done. |
3f45ad1 to
ff68dab
Compare
lumag
requested changes
Apr 23, 2026
Contributor
|
No stray merge commits. |
Replace separate camera-base and qmmfsrc PACKAGECONFIG options with a single camera option. The new camera PACKAGECONFIG enables: - GST camera base - qmmfsrc plugin - VHDR, EIS, and offline IFE support flags Update the prop bbappend to use the new camera config and drop the previous camera-base and qmmfsrc entries, reducing config fragmentation and keeping camera-related features in sync. Signed-off-by: Jai Shiv <jshiv@qti.qualcomm.com>
Extend the camera PACKAGECONFIG to include the GST JPEG encoder plugin. JPEGENC is now enabled when camera support is ON and explicitly disabled when camera support is OFF. This keeps the JPEG encoder aligned with the rest of the camera stack (camera base, qmmfsrc, VHDR, EIS, and offline IFE support) while preserving the existing camera-service dependency. Signed-off-by: Jai Shiv <jshiv@qti.qualcomm.com>
adb1376 to
ea178fd
Compare
Contributor
Author
Resolved. |
lumag
approved these changes
Apr 24, 2026
ricardosalveti
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for the GStreamer jpegenc plugin by enabling it through the unified camera PACKAGECONFIG in the imsdk common configuration. This introduces offline JPEG encoding alongside existing imsdk camera plugins, while keeping the camera-service dependency scoped to platform-specific dynamic layers.